home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 010 / trek.arc / TREK.DOC next >
Encoding:
Text File  |  1985-03-24  |  2.6 KB  |  101 lines

  1.                       Star Trek - The Game                              Page 1
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.                       "Star Trek" The Game
  15.                                by
  16.                 David Matuszek and Paul Reynolds 
  17.                                                                          
  18.                Adapted from the Unversity of Texas                     
  19.                      program Super Star Trek                           
  20.             for the IBM-PC by Frank M. Ramaekers Jr.                  
  21.                                                                          
  22.       Permission  is  hereby granted for the  copying,  distribution,    
  23.   modification  and use of this program and associated  documentation    
  24.   for  recreational  purposes, provided that all  references  to  the    
  25.   authors  are retained.  However, permission is not and will not  be    
  26.   granted for the sale or promotional use of this program or  program    
  27.   documentation,  or for use in any situation in which profit may  be    
  28.   considered  an objective, since it is the desire of the authors  to    
  29.   respect the copyrights of the originators of Star Trek.                
  30.  
  31. -------------------------------------------------------------------------
  32.  
  33.  Please send any sugestions or fixes to the following address:
  34.  
  35.  Frank M. Ramaekers Jr.
  36.  4614 Arapahoe Tr.
  37.  Austin, Texas 78745
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.                       Star Trek - The Game                              Page 2
  68.  
  69.  
  70.  
  71.     Requirements:    1)  BASIC Intrepter
  72.             2)  96K RAM
  73.             3)  1 Diskette drive 
  74.             
  75. ------------------------------------------------------------------------------
  76.  
  77.     This version (2.0) of Star Trek - The Game is written for BASIC 2.X.  The
  78. only difference are the RANDOMIZE statements in each of the programs.  However,
  79. these can be easily modified for BASIC 1.X. as follows:
  80.  
  81.     Replace ===> RANDOMIZE TIMER
  82.     With ======> DEF SEG=&40:I=PEEK(&6C):DEF SEG:RANDOMIZE I
  83.  
  84.  
  85. ------------------------------------------------------------------------------
  86.  
  87.     There are five parts to this version of Star Trek - The Game:
  88.  
  89.     1)  TREKINIT.BAS - (initialization of game)
  90.     2)  TREKMAIN.BAS - (main program)
  91.     3)  TREKFINE.BAS - (termination and scoring)
  92.     4)  TREKINST.BAS - (instructions <50% complete and not implemented>)*
  93.     5)  TREKMSGS.DAT - (messages file for TREKMAIN.BAS)
  94.  
  95.  
  96.  
  97. *  Never liked documentation much !   Maybe, there is a person out there who
  98.    would like to pick up where I left off.  (I would recommend a prompt in 
  99.    TREKINST.BAS to ask for instructions just before a chain to TREKMAIN.BAS.)
  100.  
  101.